9 /* Begin PBXBuildFile section */
10 2C05A19C06CAA52B00D84F6F /* GetMetadataForFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.m */; };
11 47C4221F0856593F00FDBB79 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47C4221E0856593F00FDBB79 /* Cocoa.framework */; };
12 8D576312048677EA00EA77CD /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB77B6FE84183AC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
13 8D576314048677EA00EA77CD /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */; };
14 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
15 C86B05270671AA6E00DD9006 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C86B05260671AA6E00DD9006 /* CoreServices.framework */; };
16 C88FB7D8067446EC006EBB30 /* schema.xml in Resources */ = {isa = PBXBuildFile; fileRef = C88FB7D7067446EC006EBB30 /* schema.xml */; };
17 C88FB7E40674480E006EBB30 /* schema.strings in Resources */ = {isa = PBXBuildFile; fileRef = C88FB7E30674480E006EBB30 /* schema.strings */; };
18 /* End PBXBuildFile section */
20 /* Begin PBXFileReference section */
21 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
22 08FB77B6FE84183AC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
23 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
24 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GetMetadataForFile.m; sourceTree = "<group>"; };
25 47C4221E0856593F00FDBB79 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
26 8D576316048677EA00EA77CD /* Cyberduck Spotlight Importer.mdimporter */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Cyberduck Spotlight Importer.mdimporter"; sourceTree = BUILT_PRODUCTS_DIR; };
27 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
28 C86B05260671AA6E00DD9006 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
29 C88FB7D7067446EC006EBB30 /* schema.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = schema.xml; sourceTree = "<group>"; };
30 C88FB7DB0674470F006EBB30 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/schema.strings; sourceTree = "<group>"; };
31 /* End PBXFileReference section */
33 /* Begin PBXFrameworksBuildPhase section */
34 8D576313048677EA00EA77CD /* Frameworks */ = {
35 isa = PBXFrameworksBuildPhase;
36 buildActionMask = 2147483647;
38 8D576314048677EA00EA77CD /* CoreFoundation.framework in Frameworks */,
39 C86B05270671AA6E00DD9006 /* CoreServices.framework in Frameworks */,
40 47C4221F0856593F00FDBB79 /* Cocoa.framework in Frameworks */,
42 runOnlyForDeploymentPostprocessing = 0;
44 /* End PBXFrameworksBuildPhase section */
46 /* Begin PBXGroup section */
47 089C166AFE841209C02AAC07 /* Cyberduck Spotlight Importer */ = {
50 08FB77AFFE84173DC02AAC07 /* Source */,
51 089C167CFE841241C02AAC07 /* Resources */,
52 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
53 19C28FB6FE9D52B211CA2CBB /* Products */,
55 name = "Cyberduck Spotlight Importer";
56 sourceTree = "<group>";
58 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
61 47C4221E0856593F00FDBB79 /* Cocoa.framework */,
62 C86B05260671AA6E00DD9006 /* CoreServices.framework */,
63 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */,
65 name = "External Frameworks and Libraries";
66 sourceTree = "<group>";
68 089C167CFE841241C02AAC07 /* Resources */ = {
71 C88FB7E30674480E006EBB30 /* schema.strings */,
72 C88FB7D7067446EC006EBB30 /* schema.xml */,
73 8D576317048677EA00EA77CD /* Info.plist */,
74 8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
77 sourceTree = "<group>";
79 08FB77AFFE84173DC02AAC07 /* Source */ = {
82 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.m */,
83 08FB77B6FE84183AC02AAC07 /* main.c */,
86 sourceTree = "<group>";
88 19C28FB6FE9D52B211CA2CBB /* Products */ = {
91 8D576316048677EA00EA77CD /* Cyberduck Spotlight Importer.mdimporter */,
94 sourceTree = "<group>";
96 /* End PBXGroup section */
98 /* Begin PBXHeadersBuildPhase section */
99 8D57630E048677EA00EA77CD /* Headers */ = {
100 isa = PBXHeadersBuildPhase;
101 buildActionMask = 2147483647;
104 runOnlyForDeploymentPostprocessing = 0;
106 /* End PBXHeadersBuildPhase section */
108 /* Begin PBXNativeTarget section */
109 8D57630D048677EA00EA77CD /* Spotlight Importer */ = {
110 isa = PBXNativeTarget;
111 buildConfigurationList = 47C421D0085658DB00FDBB79 /* Build configuration list for PBXNativeTarget "Spotlight Importer" */;
113 8D57630E048677EA00EA77CD /* Headers */,
114 8D57630F048677EA00EA77CD /* Resources */,
115 8D576311048677EA00EA77CD /* Sources */,
116 8D576313048677EA00EA77CD /* Frameworks */,
117 8D576315048677EA00EA77CD /* Rez */,
123 name = "Spotlight Importer";
124 productInstallPath = /Library/Spotlight;
125 productName = "Cyberduck Spotlight Importer";
126 productReference = 8D576316048677EA00EA77CD /* Cyberduck Spotlight Importer.mdimporter */;
127 productType = "com.apple.product-type.bundle";
129 /* End PBXNativeTarget section */
131 /* Begin PBXProject section */
132 089C1669FE841209C02AAC07 /* Project object */ = {
135 LastUpgradeCheck = 0510;
137 buildConfigurationList = 47C421D4085658DB00FDBB79 /* Build configuration list for PBXProject "Spotlight Importer" */;
138 compatibilityVersion = "Xcode 3.2";
139 developmentRegion = English;
140 hasScannedForEncodings = 1;
147 mainGroup = 089C166AFE841209C02AAC07 /* Cyberduck Spotlight Importer */;
151 8D57630D048677EA00EA77CD /* Spotlight Importer */,
154 /* End PBXProject section */
156 /* Begin PBXResourcesBuildPhase section */
157 8D57630F048677EA00EA77CD /* Resources */ = {
158 isa = PBXResourcesBuildPhase;
159 buildActionMask = 2147483647;
161 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
162 C88FB7D8067446EC006EBB30 /* schema.xml in Resources */,
163 C88FB7E40674480E006EBB30 /* schema.strings in Resources */,
165 runOnlyForDeploymentPostprocessing = 0;
167 /* End PBXResourcesBuildPhase section */
169 /* Begin PBXRezBuildPhase section */
170 8D576315048677EA00EA77CD /* Rez */ = {
171 isa = PBXRezBuildPhase;
172 buildActionMask = 2147483647;
175 runOnlyForDeploymentPostprocessing = 0;
177 /* End PBXRezBuildPhase section */
179 /* Begin PBXSourcesBuildPhase section */
180 8D576311048677EA00EA77CD /* Sources */ = {
181 isa = PBXSourcesBuildPhase;
182 buildActionMask = 2147483647;
184 8D576312048677EA00EA77CD /* main.c in Sources */,
185 2C05A19C06CAA52B00D84F6F /* GetMetadataForFile.m in Sources */,
187 runOnlyForDeploymentPostprocessing = 0;
189 /* End PBXSourcesBuildPhase section */
191 /* Begin PBXVariantGroup section */
192 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = {
193 isa = PBXVariantGroup;
195 089C167EFE841241C02AAC07 /* English */,
197 name = InfoPlist.strings;
198 sourceTree = "<group>";
200 C88FB7E30674480E006EBB30 /* schema.strings */ = {
201 isa = PBXVariantGroup;
203 C88FB7DB0674470F006EBB30 /* English */,
205 name = schema.strings;
206 sourceTree = "<group>";
208 /* End PBXVariantGroup section */
210 /* Begin XCBuildConfiguration section */
211 47C421D2085658DB00FDBB79 /* Release */ = {
212 isa = XCBuildConfiguration;
214 COMBINE_HIDPI_IMAGES = YES;
215 COPY_PHASE_STRIP = YES;
216 FRAMEWORK_SEARCH_PATHS = "";
217 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
218 GCC_PRECOMPILE_PREFIX_HEADER = NO;
219 GCC_WARN_ABOUT_RETURN_TYPE = YES;
220 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
221 GCC_WARN_UNKNOWN_PRAGMAS = NO;
222 GCC_WARN_UNUSED_VARIABLE = YES;
223 HEADER_SEARCH_PATHS = "";
224 INFOPLIST_FILE = Info.plist;
225 INSTALL_PATH = /Library/Spotlight;
226 LIBRARY_SEARCH_PATHS = "";
227 LIBRARY_STYLE = Bundle;
231 PRODUCT_NAME = "Cyberduck Spotlight Importer";
233 SECTORDER_FLAGS = "";
236 "-Wno-four-char-constants",
237 "-Wno-unknown-pragmas",
239 WRAPPER_EXTENSION = mdimporter;
244 47C421D6085658DB00FDBB79 /* Release */ = {
245 isa = XCBuildConfiguration;
247 MACOSX_DEPLOYMENT_TARGET = 10.5;
248 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
252 /* End XCBuildConfiguration section */
254 /* Begin XCConfigurationList section */
255 47C421D0085658DB00FDBB79 /* Build configuration list for PBXNativeTarget "Spotlight Importer" */ = {
256 isa = XCConfigurationList;
257 buildConfigurations = (
258 47C421D2085658DB00FDBB79 /* Release */,
260 defaultConfigurationIsVisible = 0;
261 defaultConfigurationName = Release;
263 47C421D4085658DB00FDBB79 /* Build configuration list for PBXProject "Spotlight Importer" */ = {
264 isa = XCConfigurationList;
265 buildConfigurations = (
266 47C421D6085658DB00FDBB79 /* Release */,
268 defaultConfigurationIsVisible = 0;
269 defaultConfigurationName = Release;
271 /* End XCConfigurationList section */
273 rootObject = 089C1669FE841209C02AAC07 /* Project object */;